File Structure

PROJECT STRUCTURE

NFT Dashboard has Vue project:


NFT/
├─ public/
│  ├─ favicon.png
│  ├─ index.html
├─ src/
│  ├─ assests/
│  │  ├─ css/
│  │  ├─ images/
│  │  ├─ fonts/
│  ├─ components/
│  │  ├─ About/
│  │  ├─ Archive/
│  │  ├─ Category/
│  │  ├─ Contacts/
│  │  ├─ Data/
│  │  ├─ Helpers/
│  │  ├─ Home/
│  │  ├─ HomeDark/
│  │  ├─ HomeThree/
│  │  ├─ HomeTwo/
│  │  ├─ Mobile/
│  │  ├─ Posts/
│  │  ├─ Utillity/
│  │  ├─ 404.vue
│  ├─ router/
│  │  ├─ index.js
│  ├─ store/
│  │  ├─ index.js
│  ├─ views/
│  │  ├─ About.vue
│  │  ├─ Archive.vue
│  │  ├─ Contact.vue
│  │  ├─ Dark.vue
│  │  ├─ Home.vue
│  │  ├─ HomeThree.vue
│  │  ├─ HomeTwo.vue
│  ├─ App.vue
│  ├─ main.js
├─ .gitignore
├─ babel.config.js
├─ jsconfig.js
├─ package.json
├─ package-lock.json
├─ README.md